Contents page

Rules for Tools/Display Flags


Display Flags

#define DRAW_NAMES              1 
#define DRAW_CHANNELSIN         2 
#define DRAW_TOOLSIN            4 
#define DRAW_RECORD             8 
#define DRAW_SEQUENCE        0x10 
#define DRAW_MUTE            0x20 
#define DRAW_TOOLSOUT        0x40 
#define DRAW_CHANNELSOUT     0x80 
#define DRAW_SCROLLS         0xFF 
#define DRAW_LINES          0x100 
#define DRAW_COMPUTE        0x200 
#define DRAW_MARKERS        0x400 
#define DRAW_CTOOLS         0x800 
#define DRAW_SNAMES        0x1000 
#define DRAW_STOOLSIN      0x2000 
#define DRAW_SSEQUENCE     0x4000 
#define DRAW_STOOLSOUT     0x8000 
#define DRAW_CONTROLS     0x10000 
#define DRAW_MENUS        0x20000 
#define DRAW_VSCROLL      0x40000 
#define DRAW_ALL          0xFFFFF 
#define DRAW_TOOLS       0x100000 
#define DRAW_LEDS        0x200000 
#define DRAW_SELECTION   0x400000 
#define DRAW_STRINGS     0x800000 
#define DRAW_ALLNEW     0x1000000